Accuauth Release Notes
This page documents production updates to Accuauth Cloud Functions. We kindly recommend that Accuauth Clients periodically check this list for any new release announcements.
20230329
Optimization of face recognition algorithm
20230317
Optimization of anti-hack algorithm
20230316
New API released
- India Card OCR with face quality is returned /ocr/v2/indian_card
20221205
Optimization of face recognition algorithm
20220927
New Black list check & multiple orders check APIs:
20220415
New API: /verify/search_ifsc
20210126
OCR Scanner SDK Update V1.1.2
- Optimize the detection algorithm to optimize the blocking of blurred and occluded ID images
- Add confidence logic, auxiliary algorithm to intercept occlusion type certificate images
This update can greatly improve the quality of the collected ID pictures, avoiding blur, occlusion and other types of pictures from being collected
20210111
Release eSign Service 1.0.0
Electronic Signature Service (eSign) facilitates electronically signing a document by a user using an Online service. Electronic Signature is created using authentication of customer through a national Unique Identification Number called Aadhaar. eSign has the potential to revolutionize the way business and governance is conducted and pave the way for a digital transformation into a paperless environment.
20201104
Android Silent Liveness SDK V2.1.8
Fix a bug that the SDK will crash in the no network environment
20201024
Android Silent Liveness SDK V2.1.7
APK increment reduced from 5m to 3m
20200728
Barcode Reading in OCR service for Aadhaar card
OCR service for Aadhaar card can now detect card number from barcode and do check for the Indian aadhaar cards, and applicable in below API.
- /ocr/indian_card
- /ocr/indian_card_with_mask
For details, please refer to all OCR API below. /ocr/indian_card
20200706
Anti_Fraud verification API
This API is to effectively identify long-term loan users through the aadhaar, pan, phone number fields, and return the number of loans and number of lending institutions in the most recent period of 1 day, 3 days, 7 days, 1 month, 3 months, 6 months, etc.
For details, please refer to below. /verify/v2/indian_anti_fraud
20200617
Android Action Liveness SDK V2.1.5
- Optimized the frame detection logic
- Added face image quality detection, which can effectively prevent capturing blurry photos.
For Android details, please refer to below. /liveness/android/action
Android Silent Liveness SDK V2.1.6
- Optimized the frame detection logic
- Added face image quality detection, which can effectively prevent capturing blurry photos.
For Android details, please refer to below. /liveness/android/silent
20200604
Android Action Liveness SDK V2.1.4
- Android 8.0 Adaptation
For Android details, please refer to below. /liveness/android/action
20200528
OCR Scanner SDK Update V1.0.1
- Optimize the algorithm, fix those issues that are not easy to pass due to highlights or non-target documents.
- The detection time is reduced to about 50% of the original.
- Reduce the compilation increment size from the original 9.1M to the current 2.4M.
For Android details, please refer to below. /sdk/scan_ocr
20200525
Released Face 1:N Search
Face 1: N search, searching faces in a collection. You can use the facial information that stored in a collection to search for known faces in images. After you create a face collection and store facial feature information for all faces, you can search the collection for face matches, and the accuracy rate of the testing is over 97%.
Searching faces in a collection service contains 8 interfaces, including:
- Create face collections
- Check face collections
- Delete face collections
- Query face collection list
- Add face information in the collections
- Delete face information
- Delete person information
- Search faces
20200515
Released New OCR SDK
OCR SDK is used to scan and identify the text information on aadhaar card or pan card, and output extracted information. This SDK can greatly facilitate users to get clear and complete ID images by OCR text scanner, which can effectively prevent highlights / dark lights / blur / incomplete ID documents uploading, and the accuracy rate of the testing is over 95%.
For Android details, please refer to below. /sdk/scan_ocr
20200427
1. DL Verification API:
To authenticate Driver's License issued by the Road Transport Offices of the States of India,and used to verify whether the verification document is a valid certificate. For details, please refer to below. /verify/v2/dl
2. GST Verification API:
API to search Taxpayer by GSTIN number, check and verify the GST registration status of a normal taxpayer by passing in the GSTIN number. For details, please refer to below. /verify/v2/gst
3. GST search by Pan:
API to search GSTIN of a business with Pan number, help you to find the GST number using PAN with most accurate business information. users can query the relevant information by passing in the company Pan number For details, please refer to below. /verify/search_gst
4. OCR API Support image quality check:
Support image quality check in the OCR related API, which can effectively distinguish the clarity of the uploaded picture through the quality score, and help optimize the collection of user ID photos and OCR effects. For details, please refer to all OCR API below. /ocr/indian_card
5. Added check for repeated verification requests
Added limitation of repeated calls per same document ID up to 10 times a day, which can effectively avoid the API from being maliciously brushed by the same document number
For details, please refer to all verification API below. /verify/indian_pan
20200411
Android Action Liveness SDK V2.1.3
- Add SDK Integration Doc in SDK Sample Home page
- Resolve the memory leak issues
- Optimize code structure
For Android details, please refer to below. /liveness/android/action
20200403
Android Silent Liveness SDK V2.1.5
- Add SDK Integration Doc in SDK Sample Home page
- Resolve the memory leak issues
- Optimize code structure
For details, please refer to below. /liveness/android/silent
20200316
Android Silent Liveness SDK V2.1.3
Resolve the memory leak issues.
For details, please refer to below. /liveness/android/silent
20200309
1. Pan Validation Check - 3 Key Factors(/verify/v2/pan)
Can help customers to authenticate pan card information more effectively, This API is used to input three parameters of pan_no, full_name, and dob to validate, and return the match result of pan status. (The coverage rate that can be checked is above 91%, and the average time is within 500ms.)
For details, please refer to below. /verify/v2/pan
2. Pan-Aadhaar Linking API (/verify/link_aadhaar_pan)
Can effectively help customers to check if your pan is linked with Aadhaar. This API is used to input three parameters of pan_no, aadhaar_no, aadhaar_name to verify, and returns the result of if pan is linked with aadhaar. (The coverage rate that can be checked is above 91%, and the average time is within 300ms.)
For details, please refer to below. /verify/link_aadhaar_pan
3. Name Consistency Check API(/verify/match_indian_name)
Can help customers determine if different writing styles of Indian user names are exactly matched. This API is used to input two parameters of name_1 and name_2 for validation, and returns the name matching results.
For details, please refer to below. /verify/match_indian_name
20200227
GST Verification API(/verify/indian_gst)(New API)
API to authenticate 15 Digit GSTIN issued by the Goods and Service Tax Network in India. /verify/indian_gst
20200226
1. Android Silent Liveness SDK V2.1.2
- Add License Expiration toast as a reminder if the Expiration is shorter than 1 year.
- Revise code confusion setting
- Fix occasional crash on some old Android device.
- Support long bundle ID name (> 74)
- Revise license name as "DFLicense"
- Fix UI Bug
For details, please refer to below. /liveness/android/silent
2. Android Action Liveness SDK V2.0.1
- Fix armv7 architecture crash on some Android 64-bit devices.
- Revise license name as "DFLicense"
For Android details, please refer to below. /liveness/android/action
20200221
Update EKYC SDK 2.0.1
- Optimize lib dependencies.
For details, please refer to below. /sdk/e-KYC
20200120
1. Android & iOS Action Liveness SDK V2.0.0
- Optimize algorithm performance
- Provide long-term authorization (5-year)
For Android details, please refer to below. /liveness/android/action
For iOS details, please refer to below. /liveness/iOS/action
20200119
1.Bank card OCR API (New API)
Support bank card OCR Recognition, for details, pls refer to /ocr/indian_bankcard
2.Return coordinates of a bounding box if detects face.
- /ocr/indian_card: /ocr/indian_bankcard
- /ocr/indian_card_with_mask: /ocr/indian_card_with_mask
20200110
1. Android Silent Liveness SDK V2.1.1
- Add License Expiration toast as a reminder if the Expiration is shorter than 1 year.
- Revise code confusion setting
- Fix occasional crash on some old Android device.
- Support long bundle ID name (> 74)
- Revise license name as "DFLicense"
For details, please refer to below. /liveness/android/silent
20191230
Update EKYC SDK 2.0.0
- Minimize SDK Size from 3M to 320KB.
- Refine agreement wording.
- Optimize UI interaction.
- No offline license constraints
For details, please refer to below. /sdk/e-KYC
20191224
1. Add Status Code for Verification API
Http Code | Status Field |
Description |
---|---|---|
512 |
SOURCE_SERVICE_UNAVAILABLE | Source service is unavailable |
513 |
SOURCE_SERVICE_TIMEOUT | Source service is timeout |
For details, pls refer to corresponding verification API. Example: /verify/indian_pan
20191210
1. EKYC Android SDK V1.0.6
- Fix the issue caused by UIDAI's update
- Return the detailed error string instructions for corresponding errror code.
- Add vtc information in DFKYCModel class "public String getVtc()” /sdk/e-KYC
20191115
1. OCR Indian_card API
Support older formats of Pan card recognition in India, which printed in black and white paper before 2001. Pan Card
2. Driving License OCR API (New API)
Support Driving license OCR Recognition Driving License API
3. Release 2.0.0 Silent Liveness SDK
1. SDK package size reduced from the original 3.5M to 2.4M
2. Optimize algorithm performance
3. Provide long-term authorization (5-year)
4. For additional information, pls refer to http://devcenter.cloud.accuauth.com/liveness/Android/silent/SDK/product_description.html
4. EKYC Android SDK V1.0.5:
1. Resolve base64 encoded bugs
2. Optimize the result code of "DFKYCCallback", to "onSuccess/onError/onBack"
3. Refine the error code during the authentication process, unified as onError, for details pls refer to http://devcenter.cloud.accuauth.com/sdk/kyc/SDK/class_description/DFErrorModel.html
5. Bank Verification API
Return VERIFY_FAILED
status when bank account is invalid. Bank Verification API
20191106
1.Aadhaar Verification API (New API)
Aadhaar Verification API is used to verify whether the Aadhaar number is valid.
2.Aadhaar/Pan QRCode Scanner SDK (New SDK)
QRScanner SDK is used to detect the QR code of Aadhaar and Pan card in a split second and passed it to your app in a structured format.
3.E-Aadhaar Letter PDF Recognition (New Feature)
Add new pdf format supported in Aadhaar Card OCR API
.